home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / c-runtime / tests / RCS / SubClass5.h,v < prev    next >
Encoding:
Text File  |  1992-08-18  |  393 b   |  45 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dglattin:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    92.08.18.04.58.04;    author dglattin;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @test code.
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#ifndef __SUBCLASS5_H
  26. #define __SUBCLASS5_H
  27.  
  28.  
  29. #include  <SubClass1.h>
  30.  
  31. @@interface SubClass5 : SubClass1 {
  32.  
  33.   char  dumber[ 17 ];
  34. }
  35.  
  36. + ( int )return12;
  37. - ( int )return15;
  38.  
  39.  
  40. @@end
  41.  
  42. #endif
  43.  
  44. @
  45.